-
Notifications
You must be signed in to change notification settings - Fork 71
BJS2-77358 Создание и настройка скиллов #2967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s with DTO and controller with service. Also created a new mapper interface SkillMapper with methods for mapping.
…s in SkillService.
src/main/java/school/faang/user_service/service/SkillService.java
Outdated
Show resolved
Hide resolved
src/main/java/school/faang/user_service/service/SkillService.java
Outdated
Show resolved
Hide resolved
src/main/java/school/faang/user_service/service/SkillService.java
Outdated
Show resolved
Hide resolved
…ntee now is in default method in SkillMapper.
src/main/java/school/faang/user_service/controller/SkillController.java
Outdated
Show resolved
Hide resolved
…otations for all methods from controller for rest requests.
AlexeyAntipin
approved these changes
May 13, 2025
AlexeyAntipin
pushed a commit
that referenced
this pull request
May 14, 2025
* решил задачку Оброзование * решил задачку Оброзование (попытка номер 2) * поправка задачи Оброзование (убрал лишние пробелы) * поправка задачи Оброзование (созданы методы хелперы во избежание повтора кода в сервисе user_service и исправил вроде контороллер с эндпоинтами) * BJS2-77362 Стать ментором (#2959) * BJS2-77362 add MapStruct dependency * BJS2-77362 implement getMentees * BJS2-77362 implement getMentors * BJS2-77362 implement deleting mentors and mentees * BJS2-77362 remove unnecessary dependencies * BJS2-77362 move mapping to mentorship service * BJS2-77362 move Transactional to methods * BJS2-77362 make it more restful * поправка задачи Оброзование (созданы классы адаптеры и доработан контроллер) * BJS2-77358 Создание и настройка скиллов (#2967) * Created custom exception DataValidationException. Created new packages with DTO and controller with service. Also created a new mapper interface SkillMapper with methods for mapping. * Added new method in SkillController. New method acquireSkillFromOffers in SkillService. * Fixed few issues with wrappers. * Added exceptions in acquireSkillFromOffers. Mapping to UserSkillGuarantee now is in default method in SkillMapper. * Moved validateSkill in SkillService for cleaner Controller. Added annotations for all methods from controller for rest requests. * решил задачку Оброзование (попытка с rebase) * решил задачку Оброзование (попытка номер 2) * поправка задачи Оброзование (убрал лишние пробелы) * поправка задачи Оброзование (созданы методы хелперы во избежание повтора кода в сервисе user_service и исправил вроде контороллер с эндпоинтами) * поправка задачи Оброзование (созданы классы адаптеры и доработан контроллер) * решение конфликтов и rebase --------- Co-authored-by: Valeriia <[email protected]> Co-authored-by: Dan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BJS2-77358 Создание и настройка скиллов